/* staiano update 2023-09-13 */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400 !important;0,700 !important;1,400 !important;1,700&display=swap'); */

i, em {
	font-style: italic
}

body[funnel_id="15"].solid-bg #wrapper,
body[funnel_id="16"].solid-bg #wrapper {
    background: #02412c;
}
body[funnel_id="36"].solid-bg #wrapper {
    background: #960101;
}
body[funnel_id="37"].solid-bg #wrapper {
	background: #ffd35e;
}
body[funnel_id="46"].solid-bg #wrapper {
	background: #18728f;
}

/* ========================= */
/* GENERAL */
/* ========================= */
*{
	outline:none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color:#272525;
	line-height:1.3;
	font-size:15px;
}
a{
	transition:all 0.3s;
	color:#76c700;
}
a:hover{
	color: #000;
}
a, a:hover{
	text-decoration:none;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:text-bottom;
}
h1, h2, h3, h4, h5, h6{
	font-size:1.5em;
}
h3, h4, h5, h6{
	font-size:1em;
}
h1, h2, h3, h4, h5, h6, ul, p{
	margin-top:0;
	font-weight: normal;
}
h1, h2{
	margin-bottom: 0.5em;
	font-weight: bold;
}

h3, h4, h5, h6, ul, p{
	margin-bottom:1em;
}


hr{
	margin:0 auto;
	color: #e4dcd8;
	background-color: #e4dcd8;
	height: 1px;
	border: 0;
	margin-bottom:25px;
}

input.err {
	border: 1px solid #FF0000!important;
}

.hideOpt {
	display:none;
}

.nomargin{
	margin:0 !important;
}
.nopadding{
	padding:0 !important;
}

.landing_wrapper,
.inner_wrapper{
	background:no-repeat center top;
	background-size:100% 100%;
}

.landing_wrapper{
	background-image:url(../images/landing_bg.jpg);
	background-position: center bottom;
}

.home_landing{
	padding: 0 10px;
}

.inner_wrapper{
	background-image:url(../images/inner-bg.jpg);
}

#wrapper {
	min-height: 100%;
	position: relative;
}

.inner_wrapper{
	border: 3px solid #5a5a5a;
	/*background: url(../images/gradient_footer.jpg) repeat-x bottom;*/
	background: #FFF;
}
.content_wrapper{
	padding: 10px 15px 15px;
	margin: 0 auto;
	background: transparent;
}


.container, .container-smaller{
	width:auto;
	padding:0;
	margin:auto;
}
.container{
	max-width:360px;
}
.container-smaller{
	max-width:850px;
}

.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; clear: both; }

.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}


/* ========================= */
/* GRID */
/* ========================= */
.row{
	margin-left:-15px;
	margin-right:-15px;
	overflow:hidden;
}

.smaller_row{
	margin-left:-5px;
	margin-right:-5px;
	overflow:hidden;
}

.col-4,
.col-8,
.col-12,
.col-3-xs,
.col-4-xs,
.col-5-xs,
.col-8-xs{
	position:relative;
	min-height:1px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;`
    box-sizing: border-box;
}

.smaller_row .col-4,
.smaller_row .col-8,
.smaller_row .col-12,
.smaller_row .col-3-xs,
.smaller_row .col-4-xs,
.smaller_row .col-5-xs,
.smaller_row .col-8-xs{
	padding-left:5px;
	padding-right:5px;
}

.col-4, .col-8, .col-12{
	width:100%;
}
.col-3-xs{
	width: 30%;
}
.col-4-xs{
	width: 33%;
}
.col-5-xs{
	width: 40%;
}

.smaller_row .col-3-xs, .smaller_row .col-4-xs, .smaller_row .col-5-xs {
	padding-right:0!important;
}

.smaller_row .col-5-xs > select {
    padding-left: 10px;
    padding-right: 5px;
}

.col-8-xs{
	width: 66.66%;
}


/* ========================= */
/* HEADER */
/* ========================= */


#header{
		padding:15px 0 0;
		background: #d1aa40;
		background: -moz-linear-gradient(top,  #d1aa40 0%, #fac334 100%);
		background: -webkit-linear-gradient(top,  #d1aa40 0%,#fac334 100%);
		background: linear-gradient(to bottom,  #d1aa40 0%,#fac334 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1aa40', endColorstr='#fac334',GradientType=0 );
		border-bottom: 3px solid #5a5a5a;
	}
	.logo{
		display:block;
		width:auto;
		float:none;
		text-align:center;
	}


.top_links{
	text-align: center;
}
.top_links ul{
	list-style:none;
	padding:0;
	position:relative;
	font-size: 12px;
	margin-bottom: 0;
	display: inline-block;
	background: none;
	padding: 5px 15px;
}

.top_links li{
	display:inline-block;
}

.top_links li + li{
	margin-left:0px;
}
.top_links li + li::before{
	content: "|";
	margin-right:2px;
	color: #fff;
}
.top_links a{
	color: #fff;
}
.top_links a:hover{
	color: #76c700;
}


/* ========================= */
/* CONTENT */
/* ========================= */
#content {
	padding-bottom: 0;
}

.vertical_content_wrap{
	display:table;
	width:100%;
	height:auto;
	padding:10px 0 150px;
}

.vertical_content{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}



.grey_box, .white_box{
	padding:30px;
	border:1px solid #dadada;
	margin-bottom:20px;
}

.grey_box {
    background: #f6f6f6;
}

.no_grey_mobile{
	border: none;
	padding: 0;
	background: transparent;
}

.no_grey_mobile h1{
	font-size: 17px;
}

.white_box{
	background:#fff;
}

.ad_box{
	border: none;
	padding:30px 30px 0;
}

.thankyou .ad_box {
	padding:0px !important;
	margin-top: 1em!important;
}

.bordered_head{
	border-bottom:1px solid #dbdbdb;
	margin-bottom:20px;
}

.head_with_sub{
	overflow:hidden;
	text-align: center;
}

.head_with_sub h1,
.head_with_sub h2{
	float:none;
	line-height:normal;
	display: inline-block;
}
.head_with_sub h1{
	border-right:1px solid #dbdbdb;
	padding-right:20px;
	font-weight: 400;
	font-size: 28px;
}
.head_with_sub h2{
	font-size:1em;
	padding-left:20px;
	font-weight: 400;
}


.mobile_head h2{
	color: #76c700;
	border-bottom: 1px solid #5a5a5a;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
    line-height: normal;
    font-size: 1.4em;
}

.head_with_instruction h1, .head_with_instruction h2{
	margin-bottom: 15px;
}
.req_field{
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
}
.req_field span {
    color: #76c700;
}
.offer_num{
	line-height:normal;
	display: inline-block;
	float: none;
	padding-left: 20px;
}
.current_num, .total_num{
}
.current_num{
	color:#76c700;
}
.content_wrapper strong{
	/*color:#76c700;*/
    color: #05461f;
}

#optin690 {
	padding:0px 0 20px;
	font-size:14px;
}
#optin690 .checkbox {
	padding-left: 20px;
}
#optin690 .checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}
#optin690 .checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#optin690 .checkbox label.error {
	color:#FF0000;
}
#optin690 .checkbox label.error::before {
	border: 1px solid #FF0000;
}
#optin690 .checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 2px;
	font-size: 11px;
	color: #555555;
}
#optin690 .checkbox label::before, #optin690 .checkbox label::after {
	margin-top: 7px;
}
#optin690 .checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
#optin690 .checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#optin690 .checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
#optin690 .checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
#optin690 .checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
#optin690 .checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
#optin690 .checkbox.checkbox-inline {
	margin-top: 0;
}
#optin690 .checkbox.checkbox-single label {
	height: 17px;
}
#optin690 .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #3f862b;
    border-color: #05431e;
}
#optin690 .checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff;
}


/* ========================= */
/* FORM */
/* ========================= */

.form_row{
	margin-bottom:15px;
    clear: both;
}
.form_row::after{
	clear: both;
}

.form_row label, .smaller_row label{
	display:block;
	margin-bottom:4px;
}

.form_row input[type='radio'] + label,
.form_row input[type='checkbox'] + label{
	display:inline-block;
	font-weight:bold;
}

.form_row label span,
.smaller_row label span,
.form_head{
	color:#76c700;
}
.form_head{
	margin: 30px 0 10px;
	font-size: 24px;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
textarea,
select{
	width:100%;
	border:1px solid #cacac9;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

input[type='submit'],
input[type='button']{
	width:100%;
	max-width: 480px;
	height: 48px;
	background:url('../images/btn_bg.jpg');
	border:3px solid #fff;
	color:#000;
	padding:0 10px;
	cursor:pointer;
	transition:all 0.3s;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	margin: auto;
    display: block;
	box-shadow: 0 10px 10px #ddd;
	border-radius: 4px;
}

.big_btn input[type='submit'],
.big_btn input[type='button']{
	height: 56px;
	background:url('../images/big_btn_bg.jpg') center center;
	box-shadow: 0 10px 10px #666;
	font-size: 24px;
	max-width: none;
}

input[type='submit']:hover,
input[type='button']:hover{
	color: #fff;
}
.js-vldtr-error{
	border-color:#76c700 !important;
}
.js-vldtr-alert{
	color:#f00;
	font-size:12px;
}



/* ========================= */
/* LANDING PAGE */
/* ========================= */



.landing_rel{
	position: relative;
	margin-top: 30px;
}
.landing_logo{
	position: absolute;
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	width:100%;
}

.landing_logo img{
	width:100%;
	height: auto;
}


.landing_wrap{
	width:auto;
	max-width:740px;
	border:5px solid #5f5f5f;
	margin:auto;
}
.landing_wrap strong{
	color:#ff9973;
}
.landing_wrap_in{
	background:url(../images/gradient_bg.jpg) repeat-x center bottom #fff;
	border:1px solid #fff;
}
.landing_text{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
}


.landing_title{
	margin: 15% 15px 0;
	background:url(../images/line-3-border.jpg) repeat-x center bottom;
}

.landing_title h1{
	text-align: center;
	font-weight: 800;
	line-height: 1em;
	font-size: 40px;
	color: #76c700;
	margin-bottom: 0;
	padding-bottom: 20px;
}


.landing_text{
	padding:15px 10px 30px;
	border-left:1px solid #cec0b7;
}

.landing_text h3{
	font-size: 20px;
	font-weight: 800;
	margin-bottom:0;
	text-align: center;
}
.landing_timer{
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	line-height: inherit;
}


.landing_email{
	/*padding:5px 0 20px 0;	*/
	padding: 5px 0 0px 0;
}


.email_div{
	width: 100%;
	float:left;
}
.landing_email input[type='email']{
	padding:10px 15px;
}
.landing_email span.or_text{
	display:inline-block;
	width:40px;
	font-size:16px;
	text-align:center;
	line-height:51px;
	float:left;
}

.sweepstakes{
	max-width:740px;
	margin: 20px auto 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: rgba(255, 255, 255, .65);
	padding:10px;
}
.sweepstakes p{
	margin-bottom: 12px;
}

.sweepstakes a{
	color: #000;
	text-decoration: underline;
}
.sweepstakes a:hover{
	/*text-decoration: none;*/
}
.winner-circle {
	max-width: 445px;
	margin:auto;
}
.winner-circle h4 {
	color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 10px;
    text-shadow: 0 3px 9px #060606;
    text-align: center;
}
.winner-circle h4 > span {
	color: #6ae229
}
.winner-circle .featured-winner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
	padding: 10px 0px;
}
.winner-circle .featured-winner img.winner-profile-img {
	vertical-align: top;
	margin-right:20px;
	min-height: 70px;
	min-width: 70px;
}
.winner-circle .min-container {
	display: inline-block;
	margin: 5px 0;
    /*max-width: 260px;*/
    max-width:200px;
}
.winner-circle .blurb {
	display: block;
}
.winner-circle .blurb p {
	display:inline;
	color: #000;
    font-size: 14px;
}
.winner-circle .blurb .winner-name {
	font-size:14px;
	font-weight: bold;
}
.winner-circle .more {
	display: block;
	margin: 10px 0 0;
}
.winner-circle .more a {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 2px auto 0;
    outline: 0 none;
    text-shadow: 0 2px 2px #060606;
	vertical-align: middle;
}
.winner-circle .more img {
	display:inline-block;
	vertical-align: top;
}

.secure-data {
    color: #05461f;
    text-align: center;
    font-size: 1.2em;
    margin: 1.5em 0;
}

.secure-data > p {
	font-weight: bold;
}


/* ========================= */
/* ABOUT PAGE */
/* ========================= */
.about_left{
	float:none;
	width:100%;
	margin-bottom:0;
}


.timer_div{
	color: #fff;
	font-size: 65px;
	font-weight: 800;
	border: 1px solid #272525;
	padding: 0 10px;
	line-height: normal;
	margin-top: 15px;
}

.about_text{
	padding:25px 15px 0;
}
.about_text h2{
	font-size:54px;
	line-height:1;
	margin-bottom:0;
	color: #76c700;
	font-weight:700;
}
.about_text h2 strong{
	font-size:100px;
	font-weight:800;
}

.about_green{
	background: #76c700;
	color: #fff;
	padding: 40px 15px;
}
.about_green p{
	font-size: 18px;
	margin-bottom: 0;
}
.about_green h5{
	font-size: 27px;
	margin-bottom: 0;
	font-weight: 800;
}

#MP label, #MP .offer_text {
	text-align: left;
}

#MP .form_head {
	text-align: left;
}

#MP .offer .image {
	display:none;
}

#offers.mp_offers div.offer{
	padding:15px 0;
}
#offers.mp_offers div.offer .opt{
	margin:5px 0 0;
	text-align: left;
}
#offers.mp_offers div.offer .opt label{
	margin: 0 25px 0 5px;
	vertical-align: top;
}
#offers.mp_offers img{
	display: none;
}

/* ========================= */
/* OFFER FLOW PAGE */
/* ========================= */

#OF:not([offer-section-type="linkout"]) .offer {
	display:none;
}

#OF .offer_details {
	overflow:hidden;
}

#OF .offer_details .image:not(.override-img) {
    /*position: relative;
    text-align: center;
    width: 15%;
    min-height: 90px;
    min-width: 190px;
    float: initial!important;
    padding: 0!important;
    height: auto!important;*/
    /* display:none!important; */
}

#OF .offer_details .image, #OF .offer_details .offer_text {
    display: inline-block;
    vertical-align: middle;
}

#OF .offer_details .image + .offer_text {
    width: 75%;
}

#OF .offer_details .offer_text, #OF .offer_details .offer_text p {
	/*text-align: left!important;*/
}

#OF .offer_details .image, #OF .offer_details .offer_text {
    display: inline-block;
    vertical-align: middle;
}

#OF:not([offer-section-type="linkout"]) div.offer div.opt {
    text-align: center;
    width: auto!important;
    padding: 15px!important;
    margin-left: auto;
    margin-right: auto;
    color: #05461f;
    font-weight: bold;
    border-radius: 4px;
}

#OF[offer-section-type="linkout"] div.offer div.opt {
	text-align: center;
    width: auto;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #05461f;
    font-weight: bold;
    border-radius: 4px;
}

#OF .offer_details + .opt {
    margin-top: 5px!important;
    padding-top: 5px!important;
    overflow: hidden;
}

#OF .offer_details+.opt input[type=radio],
#OF .extras .opt input[type=radio] {
    display: none;
}

#OF .offer_details+.opt label:hover,
#OF .offer > .extras .opt input[type=button]:hover,
body:not([data-view-section="FP"]) #OF .offer_details+.opt input[type=radio]:checked + label,
body:not([data-view-section="FP"]) #OF .offer > .extras .opt input[type=radio] + label:hover,
body:not([data-view-section="FP"]) #OF .offer > .extras .opt input[type=radio]:checked + label,
#OF .extras a.next:hover {
    /* text-shadow: 1px 1px 1px #000;
    background: #05461f!important;
    color: #FFF!important; */
	/* staiano update 2023-09-13 */
	text-shadow: 1px 1px 1px #50a369;
	background: #c5debb;
	border: 1px solid #06451f;
	color: #06451f;
}

body[data-view-section="FP"] label[for$="No"],
body[data-view-section="FP"] label[for$="Yes"] {
	margin: auto;
	margin-bottom: 20px;
	width: 100%;
	text-shadow: 1px 1px 1px #50a369;
	font-size: 18px;
    background: #06451f;
    border: 1px solid #c5debb;
    cursor: pointer;
    border-radius: 22px;
	display: block;
    text-align: center;
    color: #c5debb;
    font-weight: bold;
	padding: 18px 0;
	font-family: Roboto, 'Lucida Sans', verdana, arial, sans-serif;
}

body[data-view-section="FP"] label[for$="No"] {
	margin-bottom: 0;
}

body:not([data-view-section="FP"]) #OF .offer_details+.opt label,
#OF .offer > .extras .opt input[type=button],
body:not([data-view-section="FP"]) #OF .offer > .extras .opt input[type=radio] + label,
#OF .extras a.next {
    /* text-shadow: 1px 1px 1px #FFF;
    margin: 0 15px;
    font-size: 1.6em;
	background: #c5debb!important;
    border: 1px solid #05461f!important;
    cursor: pointer!important;
    border-radius: 15px!important;
    height: 30px;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
	padding: 8px 0;
    text-align: center;
    color: #05461f;
    font-weight: bold; */
	/* staiano update 2023-09-13 */
	font-family: Roboto, 'Lucida Sans', verdana, arial, sans-serif !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 1px #50a369;
	margin: 0 0px 10px 0px !important;
	font-size: 1.8em !important;
	background: #06451f;
	border: 1px solid #c5debb;
	cursor: pointer !important;
	border-radius: 22px !important;
	height: auto !important;
	min-height: 30px !important;
	width: auto !important;
	min-width: 55px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	padding: 20px 25px 20px 25px !important;
	text-align: center !important;
	color: #c5debb;
	line-height: 1.1em !important;
}

body:not([data-view-section="FP"]) #OF .offer_details+.opt label,
#OF .offer > .extras .opt input[type=button],
body:not([data-view-section="FP"]) #OF .offer > .extras .opt input[type=radio] + label,
#OF .extras a.next {
    padding: 18px 30px!important;
    font-size: 1.4em!important;
    margin: 0 20px!important;
    min-width: auto!important;
    min-height: auto!important;
    float: unset!important;
}

#OF div.skipOffer {
    margin: 6% 0;
}

#OF div#containerNext {
  margin: 6% auto 10%;
}

#OF .offer_details+.opt label.smaller,
#OF .offer > .extras .opt input[type=radio] + label.smaller {
    font-size: 6vw!important;
    margin: 0 10px!important;
    padding: 20px 14px!important;
}

#offer-wrapper .opt.flex {
    display: flex;
    justify-content: space-around;
}

#OF div.offer div.opt {
    padding: 15px 0!important;
}

#MDMContinue {
	width: auto!important;
	padding: 8px!important;
}
/* Left Yes */
body:not([data-view-section="FP"]) #OF .offer_details+.opt label {
	float:left;
}
/* Right No */
body:not([data-view-section="FP"]) #OF .offer_details+.opt label + input + label {
	float:right;
}
#OF .extras select, #OF .extras input {
	width:60%;
}

#OF .extras a.submit, #OF .extras a.submit2 {
    /* text-shadow: 1px 1px 1px #FFF;
    margin: 0 auto;
    font-size: 1.6em!important;
    background: #c5debb!important;
    border: 1px solid #05461f!important;
    cursor: pointer!important;
    border-radius: 15px!important;
    height: 30px;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0;
    text-align: center;
    color: #05461f;
    font-weight: bold; */
	/* staiano update 2023-09-13 */
	font-family: Roboto, 'Lucida Sans', verdana, arial, sans-serif !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 1px #50a369;
	margin: 0 0px 10px 0px !important;
	font-size: 1.8em !important;
	background: #06451f;
	border: 1px solid #c5debb !important;
	cursor: pointer !important;
	border-radius: 22px !important;
	height: auto !important;
	min-height: 30px !important;
	width: auto !important;
	min-width: 55px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	padding: 20px 25px 20px 25px !important;
	text-align: center !important;
	color: #c5debb;
	line-height: 1.1em !important;
}

#OF .extras a.submit:hover, #OF .extras a.submit2:hover {
    /* text-shadow: 1px 1px 1px #000;
    background: #05461f!important;
    color: #FFF!important; */
	/* staiano update 2023-09-13 */
	text-shadow: 1px 1px 1px #50a369;
	background: #c5debb;
	border: 1px solid #06451f;
	color: #06451f;
}

.offerFlow .container {
	max-width: 100%;
}

.offerFlow .grey_box {
	padding: 30px 15px;
}


/* ========================= */
/* THANKS PAGE */
/* ========================= */

.thanks_content hr{
	max-width:650px;
}
.ad_box .row{
	display:block;
}

.ad_box .col-4{
	margin-bottom:30px;
}
.ad_box .col-4:last-child{
	margin-bottom:0;
}

.single_ad{
	background:#b9b9b9;
	min-height:250px;
	width:100%;
	height: auto;
	display:table;
	color:#fff;
}
.single_ad_inner{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}

.thankyou .single_ad {
	background:none;
	min-height: auto;
}
.more_stuffs{
	border: solid #dadada;
	border-width: 1px 0;
	padding-top: 1em;
}
.more_stuffs span{
	color:#76c700;
}
.more_stuffs h4{
	font-weight: 700;
	font-size: 16px;
}
.share_div p, .share_widget{
	display: inline-block;
}
.share_widget{
	vertical-align: middle;
	color:#fff;
	background: #575757;
	padding: 10px;
	margin: 0 10px;
    min-width: 145px;
}


/* ========================= */
/* OFFERS PAGE */
/* ========================= */

.offers_content{
	text-align: center;
}
.offer_wrap{
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align: center;
}
.offer_wrap img{
	float:none;
	display:block;
	margin:0 auto 15px;
}
.offer_wrap h3{
	font-size:18px;
	font-weight: 400;
	margin-bottom:5px;
}
.offer_wrap p{
	margin-bottom:30px;
}
.offer_wrap hr{
	max-width:200px;
}
.offer_wrap label{
	font-weight:700;
	font-size:17px;
	color:#7cc913;
	margin-right:15px;
}
.offer_wrap label:last-child{
	margin-right:0;
}

/* ========================= */
/* FOOTER */
/* ========================= */
#footer {
	background: #fff;
	width: 100%;
	height: 50px;
	position: relative;
	bottom: 0;
	left: 0;
	font-size:12px;
	color:#999999;
	padding-top:10px;
}
#footer p, #footer ul{
	display:inline-block;
	margin-bottom:10px;
}

#footer ul{
	list-style:none;
	padding:0;
	position:relative;
}
#footer li{
	display:inline-block;
}

#footer li + li{
	margin-left:6px;
}
#footer li + li::before{
	content: "|";
	margin-right:8px;
}






/* ========================= */
/* MEDIA QUERY */
/* ========================= */


@media all and (min-width:1200px){
	.hidden-lg{
		display: none !important;
	}
}

@media all and (min-width:992px) and (max-width:1199px){
	.hidden-md{
		display: none !important;
	}
}

@media all and (min-width:768px) and (max-width:991px){
	.hidden-sm{
		display: none !important;
	}
}


@media all and (max-width:767px){
	.landing_wrapper{
		background-size: cover;
	}

	.hidden-xs{
		display: none !important;
	}
}

/* ========================= */
/* MOE */
/* ========================= */

#moe-push-div {
	display: none;
}

/* ========================= */
/* ARCAMAX */
/* ========================= */

.arcamax-logo {
	background: #8d2425;
	color: #FFF;
	width: 145px;
	height: 50px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	font: 400 30px/50px Vollkorn,serif;
	letter-spacing: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset -1px 0 0 0 #791919;
	-moz-box-shadow: inset -1px 0 0 0 #791919;
	-ms-box-shadow: inset -1px 0 0 0 #791919;
	-o-box-shadow: inset -1px 0 0 0 #791919;
	box-shadow: inset -1px 0 0 0 #791919;
	/*border-right: 1px solid #c54c4c;*/
	border: 1px solid #662828;
}

.readonly-item input, .readonly-item select {
	background: #8e8b8b;
	color: #FFF;
}

.offer.multi-btn .extras label {
	color:inherit!important;
    background: #c5debb;
    border: 1px solid #05461f;
    font-weight: bold;
}

.offer.multi-btn .extras label:hover {
	text-shadow: 1px 1px 1px #000;
    background: #05461f;
    color: #FFF;
}

[id$="Language"][class="tcpa-language"],
[id$="Langauge"][class="tcpa-language"] {
    font-size: 11px;
    display: block;
    margin: 20px 0;
    text-align: center;
}

[id$="Language"][class="tcpa-language"] > p,
[id$="Langauge"][class="tcpa-language"] > p {
    margin: auto;
    text-align: inherit;
    line-height: 16px!important;
}

/* [id$="_Extras"] div.extras.skipOffer {
    margin-top: 20px;
    text-align: center;
} */

[id$="_Extras"] div.extras {
    margin-top: 20px;
    text-align: center;
}

div.offer:not([data-show-img="true"]) .image {
    display: none!important;
}

div[data-device="mobile"][data-show-img="true"]  .image,
div[data-device="mobile"][data-show-img="true"]  .image > img {
    display: block!important;
}

div[data-device="mobile"][data-show-img="true"]  .image > img {
	margin: 10px auto 20px!important;
}

div[data-device="mobile"][data-show-img="true"]  > .offer_details .offer_text {
    width: 100%!important;
}

div[data-device="mobile"][data-show-img="true"] > .offer_details .offer_text > p {
    text-align: center!important;
}
